home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Batman - Partners in Peril / DC CD-ROM Comic Book: Batman - Partners in Peril.iso / pc / intro.dxr / 00133_aplayon.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-20  |  429 b   |  19 lines

  1. on mouseUp
  2.   global gAuto, gHelp, gquit, k
  3.   if k = 0 then
  4.     set k to 1
  5.     puppetSound("click05.wav")
  6.     puppetSprite(12, 1)
  7.     if gAuto = 0 then
  8.       set the castNum of sprite 12 to the number of member "Aplayon.bmp"
  9.       set gAuto to 1
  10.     else
  11.       if gAuto = 1 then
  12.         set the castNum of sprite 12 to the number of member "Aplayoff.bmp"
  13.         set gAuto to 0
  14.       end if
  15.     end if
  16.     set k to 0
  17.   end if
  18. end
  19.